Skip to content

Commit

Permalink
[modify test]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 11, 2024
1 parent f869cf4 commit a8c0550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/driver/merge_static_libs.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %ldc -lib %s -of=%t_1%lib
// RUN: %ldc -lib %s -of=%t_2%lib
// RUN: %ldc -lib %t_1%lib %t_2%lib -of=%t_merged%lib
// RUN: %ldc -lib %s -of=%t%lib
// RUN: %ldc -lib %t%lib -of=%t_merged%lib
// RUN: %diff_binary %t%lib %t_merged%lib

void foo() {}

0 comments on commit a8c0550

Please sign in to comment.