about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2024-06-01 13:40:41 -0700
committerAlex Crichton <alex@alexcrichton.com>2024-06-01 13:40:41 -0700
commit5ecb034cc307e40feda18f216f44564b13fa2a65 (patch)
tree4092decf73b760ec7e7e8ca809aee771d17106c6
parent87ad80a6384824fb5e13cc54278eb5aaa36a89a4 (diff)
downloadrust-5ecb034cc307e40feda18f216f44564b13fa2a65.tar.gz
rust-5ecb034cc307e40feda18f216f44564b13fa2a65.zip
Update test expectations
-rw-r--r--tests/ui/check-cfg/well-known-values.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/check-cfg/well-known-values.stderr b/tests/ui/check-cfg/well-known-values.stderr
index 0c50ec1abba..95a92283db1 100644
--- a/tests/ui/check-cfg/well-known-values.stderr
+++ b/tests/ui/check-cfg/well-known-values.stderr
@@ -147,7 +147,7 @@ warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
 LL |     target_env = "_UNEXPECTED_VALUE",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `ohos`, `p2`, `psx`, `relibc`, `sgx`, and `uclibc`
+   = note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `ohos`, `p1`, `p2`, `psx`, `relibc`, `sgx`, and `uclibc`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
 
 warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`