Update pointless test

This commit is contained in:
Thom Chiovoloni 2021-02-01 03:26:04 -08:00
parent a6732b9984
commit a359c3940f

View File

@ -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 {