diff --git a/src/test/regress/expected/euc_jp.out b/src/test/regress/expected/euc_jp.out
index 190f631fe0484c36396c45f8cfe765db4d7f911b..f95d283501bd5eba936250b62883a7c6a0cf0fe2 100644
--- a/src/test/regress/expected/euc_jp.out
+++ b/src/test/regress/expected/euc_jp.out
@@ -1,5 +1,5 @@
 drop table 計算機用語;
-ERROR:  Relation '計算機用語' does not exist
+ERROR:  table "計算機用語" is nonexistent
 create table 計算機用語 (用語 text, 分類コード varchar, 備考1Aだよ char(16));
 create index 計算機用語index1 on 計算機用語 using btree (用語);
 create index 計算機用語index2 on 計算機用語 using hash (分類コード);