From baeb90b473e1a7418888fe956d88663fbbc0199f Mon Sep 17 00:00:00 2001 From: Peter Drahos Date: Mon, 1 Aug 2011 00:27:32 +0200 Subject: set_property readonly prevented bootstrap --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1