summarylogtreecommitdiffstats
path: root/BugsTest.cpp.patch
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-04-21 07:38:17 -0400
committerWilson E. Alvarez2017-04-21 07:38:17 -0400
commitd8e7f35d57d791095fbbcff0567165e2ea443266 (patch)
tree7f546723cc214754bee560615add51200b87c18b /BugsTest.cpp.patch
parent07815f4f1f5aa03b20118a3f8348f471293b6f85 (diff)
downloadaur-d8e7f35d57d791095fbbcff0567165e2ea443266.tar.gz
cocos2d-x V3.15
Diffstat (limited to 'BugsTest.cpp.patch')
-rw-r--r--BugsTest.cpp.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/BugsTest.cpp.patch b/BugsTest.cpp.patch
deleted file mode 100644
index b715769a508b..000000000000
--- a/BugsTest.cpp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- /opt/cocos2d-x/tests/cpp-tests/Classes/BugsTest/BugsTest.cpp 2016-11-29 17:15:20.000000000 -0400
-+++ /opt/cocos2d-x-git/tests/cpp-tests/Classes/BugsTest/BugsTest.cpp 2017-01-09 22:34:30.318010945 -0400
-@@ -34,7 +34,9 @@
- ADD_TEST_CASE(BugDrawNodeLayer);
- ADD_TEST_CASE(Bug12847Layer);
- ADD_TEST_CASE(Bug15594Layer);
-- ADD_TEST_CASE(Bug15776Layer);
-+
-+ // NOTE: comment this out because it currently crashes during autotest
-+ //ADD_TEST_CASE(Bug15776Layer);
-
- #if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
- ADD_TEST_CASE(Bug14327Layer);