Skip to content

Commit

Permalink
[native_toolchain_c] Fix test to not cross arch compile (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes authored Aug 26, 2024
1 parent cb0b53c commit c1d0810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/native_toolchain_c/test/clinker/objects_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Future<void> main() async {
// Avoid needing status files on Dart SDK CI.
return;
}
const architecture = Architecture.x64;

final architecture = Architecture.current;
const os = OS.linux;
const name = 'mylibname';

Expand Down

0 comments on commit c1d0810

Please sign in to comment.