From a359c3940fcfc487c517a26948fee3dfe4700d8e Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Mon, 1 Feb 2021 03:26:04 -0800 Subject: [PATCH] Update pointless test --- imgui/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imgui/src/lib.rs b/imgui/src/lib.rs index 1db2500..585b571 100644 --- a/imgui/src/lib.rs +++ b/imgui/src/lib.rs @@ -93,7 +93,8 @@ pub fn dear_imgui_version() -> &'static str { #[test] fn test_version() { - assert_eq!(dear_imgui_version(), "1.79"); + // TODO: what's the point of this test? + assert_eq!(dear_imgui_version(), "1.80"); } impl Context {