We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e466d01 commit baeb90bCopy full SHA for baeb90b
CMakeLists.txt
@@ -167,7 +167,7 @@ add_lua_test ( ${CMAKE_CURRENT_BINARY_DIR}/test/life-quick.lua )
167
#add_lua_test ( test/luac.lua ) # Requires input
168
add_lua_test ( test/printf.lua )
169
add_lua_test ( test/readonly.lua )
170
-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'" )
171
add_lua_test ( test/sieve.lua )
172
add_lua_test ( test/sort.lua )
173
#add_lua_test ( test/table.lua ) # Requires input
0 commit comments