update build test for gdc fix
This commit is contained in:
parent
044ee343ca
commit
1a4f1a3608
@ -669,11 +669,7 @@ EOF
|
|||||||
test_dir("shared_library")
|
test_dir("shared_library")
|
||||||
|
|
||||||
result = run_rscons(rsconscript: "shared_library_d.rb")
|
result = run_rscons(rsconscript: "shared_library_d.rb")
|
||||||
# Currently gdc produces an error while trying to build the shared
|
expect(result.stderr).to eq ""
|
||||||
# library. Since this isn't really an rscons problem, I'm commenting out
|
|
||||||
# this check. I'm not sure what I want to do about D support at this
|
|
||||||
# point anyway...
|
|
||||||
#expect(result.stderr).to eq ""
|
|
||||||
slines = lines(result.stdout)
|
slines = lines(result.stdout)
|
||||||
if RUBY_PLATFORM =~ /mingw/
|
if RUBY_PLATFORM =~ /mingw/
|
||||||
verify_lines(slines, [%r{Linking mine.dll}])
|
verify_lines(slines, [%r{Linking mine.dll}])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user