mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
try out failing test
This commit is contained in:
parent
af8fa7c03f
commit
c113bf0a98
|
@ -35,6 +35,8 @@ public:
|
|||
|
||||
void test_infer_numeric()
|
||||
{
|
||||
TS_ASSERT(false);
|
||||
|
||||
auto ws = wb_guess_types.create_sheet();
|
||||
auto cell = ws.get_cell("A1");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user