From 16322c2ea013441ba3d80b4e97174cbf2d50cc79 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 3 Feb 2017 21:16:41 +0100 Subject: [PATCH] update libdparse --- dastworx/src/halstead.d | 3 +-- etc/libdparse | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dastworx/src/halstead.d b/dastworx/src/halstead.d index 97db6072..d2a780a2 100644 --- a/dastworx/src/halstead.d +++ b/dastworx/src/halstead.d @@ -1248,7 +1248,6 @@ unittest unittest { - // needs https://github.com/Hackerpilot/libdparse/pull/124 Function r = q{ void foo() @@ -1256,7 +1255,7 @@ unittest asm{mov EAX, SS:CL;} } }.test; - //assert(r.operandsKinds == 3); + assert(r.operandsKinds == 3); assert(r.operatorsKinds == 1); } diff --git a/etc/libdparse b/etc/libdparse index 677b86c0..c05af893 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit 677b86c08e9705bff5fcd2c95f70fc736aca8a76 +Subproject commit c05af8934d94c87118c6176eb749b4b239e14f55