mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 14:38:36 +00:00
Update pointless test
This commit is contained in:
parent
a6732b9984
commit
a359c3940f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user