From 537203d3cbd9fe0bf246c65b8d81d7af66568691 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 19 Mar 2014 20:22:17 -0700 Subject: [PATCH] Bump rust-phf version --- src/test.rs | 4 ++-- submodules/rust-phf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test.rs b/src/test.rs index f3533a04..a3120499 100644 --- a/src/test.rs +++ b/src/test.rs @@ -743,10 +743,10 @@ fn test_custom_notice_handler() { let conn = PostgresConnection::connect("postgres://postgres@localhost?client_min_messages=NOTICE", &NoSsl); conn.set_notice_handler(~Handler as ~PostgresNoticeHandler); conn.execute("CREATE FUNCTION pg_temp.note() RETURNS INT AS $$ - BEGIN + BEGIN RAISE NOTICE 'note'; RETURN 1; - END; $$ LANGUAGE plpgsql", []); + END; $$ LANGUAGE plpgsql", []); conn.execute("SELECT pg_temp.note()", []); assert_eq!(unsafe { count }, 1); diff --git a/submodules/rust-phf b/submodules/rust-phf index 6af54409..25d1640c 160000 --- a/submodules/rust-phf +++ b/submodules/rust-phf @@ -1 +1 @@ -Subproject commit 6af5440935a2b3dc97882d7d6043f1a0957b97d0 +Subproject commit 25d1640c9b44d77cdc3cec408d0c577948d31014