From 58e4ec577f3168eba282e9ad36257e9bee0702f2 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 15 Oct 2014 16:41:14 -0700 Subject: Always print symbols if known for pointers --- src/compat/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compat') diff --git a/src/compat/option.py b/src/compat/option.py index a410ac8..60a98d9 100644 --- a/src/compat/option.py +++ b/src/compat/option.py @@ -33,5 +33,5 @@ class Option(object): ('tmwa::None()', 'None'), ('tmwa::Some(1)', 'Some(1)'), ('tmwa::Option>(tmwa::None)', 'None>'), - ('tmwa::Some(tmwa::borrow(option_borrow_thingy))', 'regex:Some>\(0x[0-9a-f]* \)'), + ('tmwa::Some(tmwa::borrow(option_borrow_thingy))', 'Some>()'), ] -- cgit v1.2.3-70-g09d2