Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit baeb90b

Browse files
author
Peter Drahos
committed
set_property readonly prevented bootstrap
1 parent e466d01 commit baeb90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ add_lua_test ( ${CMAKE_CURRENT_BINARY_DIR}/test/life-quick.lua )
167167
#add_lua_test ( test/luac.lua ) # Requires input
168168
add_lua_test ( test/printf.lua )
169169
add_lua_test ( test/readonly.lua )
170-
set_property ( TEST readonly PROPERTY PASS_REGULAR_EXPRESSION "cannot redefine global variable `y'" )
170+
#set_property ( TEST readonly PROPERTY PASS_REGULAR_EXPRESSION "cannot redefine global variable `y'" )
171171
add_lua_test ( test/sieve.lua )
172172
add_lua_test ( test/sort.lua )
173173
#add_lua_test ( test/table.lua ) # Requires input

0 commit comments

Comments
 (0)