Skip to content

Commit cdf0c89

Browse files
committed
Add find-something.cpp to dosomething_test_files
1 parent 951d833 commit cdf0c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/cpp_library_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def get_relative_dir(sampleprojects_tests_dir)
4545
dosomething_test_files = [
4646
"DoSomething/test/good-null.cpp",
4747
"DoSomething/test/good-library.cpp",
48+
"DoSomething/test/find-something.cpp",
4849
"DoSomething/test/bad-null.cpp",
4950
].map { |f| Pathname.new(f) }
5051
relative_paths = cpp_library.test_files.map { |f| get_relative_dir(f) }

0 commit comments

Comments
 (0)