summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahos <drahos@gmail.com>2011-08-01 00:27:32 +0200
committerPeter Drahos <drahos@gmail.com>2011-08-01 00:27:32 +0200
commitbaeb90b473e1a7418888fe956d88663fbbc0199f (patch)
treefd0f1e7539bfecfb2f39722ceedf69b446fe8036
parente466d015e2b12b122102c745ad12c973ab3ee954 (diff)
downloadlua-baeb90b473e1a7418888fe956d88663fbbc0199f.tar.gz
set_property readonly prevented bootstrap
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 655ecd1..23a3c68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -167,7 +167,7 @@ add_lua_test ( ${CMAKE_CURRENT_BINARY_DIR}/test/life-quick.lua )
#add_lua_test ( test/luac.lua ) # Requires input
add_lua_test ( test/printf.lua )
add_lua_test ( test/readonly.lua )
-set_property ( TEST readonly PROPERTY PASS_REGULAR_EXPRESSION "cannot redefine global variable `y'" )
+#set_property ( TEST readonly PROPERTY PASS_REGULAR_EXPRESSION "cannot redefine global variable `y'" )
add_lua_test ( test/sieve.lua )
add_lua_test ( test/sort.lua )
#add_lua_test ( test/table.lua ) # Requires input