Skip to content

Commit f208290

Browse files
committed
linux
1 parent c198db1 commit f208290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native_toolchain_rust/test/build_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void main() async {
163163

164164
// Check if the library is built
165165
final library = File.fromUri(uri.resolve(
166-
'build/linux/${Architecture.current}/$config/bundle/libflutter_ffi_plugin.so',
166+
'build/linux/${Architecture.current}/$config/bundle/lib/libflutter_ffi_plugin.so',
167167
));
168168
expect(library.existsSync(), isTrue);
169169
}

0 commit comments

Comments
 (0)