Skip to content

Commit 806583c

Browse files
committed
Change include order for test assertions
1 parent f73f9e1 commit 806583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/lib/core_assertions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def assert_separately(args, file = nil, line = nil, src, ignore_stderr: nil, **o
269269
src = <<eom
270270
# -*- coding: #{line += __LINE__; src.encoding}; -*-
271271
BEGIN {
272-
require "test/unit";include Test::Unit::Assertions;require #{__FILE__.dump};include Test::Unit::CoreAssertions
272+
require "test/unit";include Test::Unit::Assertions;include Test::Unit::CoreAssertions;require #{__FILE__.dump}
273273
separated_runner #{res_c&.fileno}
274274
}
275275
#{line -= __LINE__; src}

0 commit comments

Comments
 (0)