Correct tests to match errors
This commit is contained in:
parent
1c7a801bbc
commit
e9a5329a6f
4 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ codegen_llvm_unknown_archive_kind =
|
||||||
Don't know how to build archive of type: {$kind}
|
Don't know how to build archive of type: {$kind}
|
||||||
|
|
||||||
codegen_llvm_target_feature_disable_or_enable =
|
codegen_llvm_target_feature_disable_or_enable =
|
||||||
the target features {$features} must all be enabled or disabled together
|
the target features {$features} must all be either enabled or disabled together
|
||||||
|
|
||||||
codegen_llvm_missing_features =
|
codegen_llvm_missing_features =
|
||||||
add the missing features in a `target_feature` attribute
|
add the missing features in a `target_feature` attribute
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
error: target features paca, pacg must all be enabled or disabled together
|
error: the target features paca, pacg must all be either enabled or disabled together
|
||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
error: target features paca, pacg must all be enabled or disabled together
|
error: the target features paca, pacg must all be either enabled or disabled together
|
||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
error: target features paca, pacg must all be enabled or disabled together
|
error: the target features paca, pacg must all be either enabled or disabled together
|
||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue