Skip to content

Commit f3f08fc

Browse files
committed
Fix array-sort-dependent spec
1 parent 319a035 commit f3f08fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/cc/analyzer/include_paths_builder_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ module CC::Analyzer
203203
end
204204

205205
it "generates correct paths" do
206-
builder.build.must_equal ["subdir/subdir_trackable.rb", "trackable.rb"]
206+
builder.build.sort.must_equal ["subdir/subdir_trackable.rb", "trackable.rb"].sort
207207
end
208208
end
209209

0 commit comments

Comments
 (0)