Skip to content

Commit

Permalink
Tests: Remove test-bytecode-js
Browse files Browse the repository at this point in the history
This was meant to be a temporary unit testuntil we could run test-js
in bytecode mode. This has been possible for a long time now, so let's
remove the unnecessary extra program.
  • Loading branch information
awesomekling committed Jun 22, 2023
1 parent 9cb4bf0 commit 66c1c74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 141 deletions.
1 change: 0 additions & 1 deletion Meta/Lagom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ if (BUILD_LAGOM)

# Extra tests from Tests/LibJS
lagom_test(../../Tests/LibJS/test-invalid-unicode-js.cpp LIBS LibJS)
lagom_test(../../Tests/LibJS/test-bytecode-js.cpp LIBS LibJS)
lagom_test(../../Tests/LibJS/test-value-js.cpp LIBS LibJS)

# Spreadsheet
Expand Down
3 changes: 0 additions & 3 deletions Tests/LibJS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ link_with_locale_data(test-js)
serenity_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS LibLocale)
link_with_locale_data(test-invalid-unicode-js)

serenity_test(test-bytecode-js.cpp LibJS LIBS LibJS LibLocale)
link_with_locale_data(test-bytecode-js)

serenity_test(test-value-js.cpp LibJS LIBS LibJS LibLocale)
link_with_locale_data(test-value-js)

Expand Down
137 changes: 0 additions & 137 deletions Tests/LibJS/test-bytecode-js.cpp

This file was deleted.

0 comments on commit 66c1c74

Please sign in to comment.