summaryrefslogtreecommitdiff
path: root/test cases/rust/2 sharedlib/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/rust/2 sharedlib/test.json')
-rw-r--r--test cases/rust/2 sharedlib/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/rust/2 sharedlib/test.json b/test cases/rust/2 sharedlib/test.json
index 585fdeb69..11c7f9dbe 100644
--- a/test cases/rust/2 sharedlib/test.json
+++ b/test cases/rust/2 sharedlib/test.json
@@ -2,7 +2,7 @@
"installed": [
{"type": "exe", "file": "usr/bin/prog"},
{"type": "pdb", "file": "usr/bin/prog"},
- {"type": "file", "platform": "gcc", "file": "usr/lib/libstuff.so"},
+ {"type": "shared_lib", "platform": "gcc", "file": "usr/lib/stuff"},
{"type": "file", "platform": "msvc", "file": "usr/bin/stuff.dll"},
{"type": "pdb", "file": "usr/bin/stuff"},
{"type": "file", "platform": "msvc", "file": "usr/lib/stuff.dll.lib"}