diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2024-07-24 21:06:24 +0000 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2024-07-24 21:06:24 +0000 |
| commit | 9bd7680b2e0f1f5680b04fdb2401bad3e082fa38 (patch) | |
| tree | aa691dc98e974febe375a79b0cc27ffc58481ace | |
| parent | 9dffe9573be86ac7302fb2f27219ef8f9c78dea7 (diff) | |
| download | rust-9bd7680b2e0f1f5680b04fdb2401bad3e082fa38.tar.gz rust-9bd7680b2e0f1f5680b04fdb2401bad3e082fa38.zip | |
Fix ddltool-failed test
| -rw-r--r-- | tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.stderr b/tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.stderr index 0c5a06e68b8..90cca83d1c1 100644 --- a/tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.stderr +++ b/tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.stderr @@ -1,6 +1,6 @@ error: Dlltool could not create import library with $DLLTOOL -d $DEF_FILE -D foo.dll -l $LIB_FILE $TARGET_MACHINE $ASM_FLAGS --no-leading-underscore $TEMP_PREFIX: - $DLLTOOL: Syntax error in def file $DEF_FILE:1 + $DLLTOOL: Syntax error in def file $DEF_FILE:1␍ error: aborting due to 1 previous error |
