Skip to content

Commit

Permalink
Show TestIssue10.skrypt in TestIssue10 test project files
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Apr 19, 2024
1 parent 0d05655 commit 5fb99a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libskrypt/tests/TestIssue10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace std::string_view_literals;

BOOST_AUTO_TEST_CASE(skryptissue10test){
Skrypt skrypt;
skrypt.Load(TEST_SRC_DIR "10.skrypt");
skrypt.Load(TEST_SRC_DIR "TestIssue10.skrypt");

// get the variable
auto variableName = "pending"s;
Expand Down
File renamed without changes.

0 comments on commit 5fb99a5

Please sign in to comment.